auto merge of #799 : alexcrichton/cargo/moar-parallel, r=brson
authorbors <bors@rust-lang.org>
Thu, 6 Nov 2014 00:02:30 +0000 (00:02 +0000)
committerbors <bors@rust-lang.org>
Thu, 6 Nov 2014 00:02:30 +0000 (00:02 +0000)
When building unit tests for a library, we don't need the library itself to be
built beforehand, so the two can be built in parallel. If the crate takes awhile
to compile, this shows some excellent wall-time speedups.


Trivial merge